Java   View all facts   Glossary   Help
type > primitive type > integral type > integer^2 > int^2
Next integer^2long^2    Upinteger^2    Previous integer^2byte^2   

int^2
subjectfact 
int^2can hold a value between -2,147,483,648 and 2,147,483,647added by: JK, source: Teach Yourself Java in 21 Days, 2001-10-19 11:36:58.0
can use basic arithmetic operators +, -, *, / and %    source: Object Oriented Software Engineering by Lethbridge and Laganière, 2001-10-19 11:36:58.0
is a subtopic of Variables and Data Types2001-10-19 11:36:58.0
is an instance of integer^2added by: DS, 2001-10-19 11:36:58.0
requires 32 bits    source: Object Oriented Software Engineering by Lethbridge and Laganière, 2001-10-19 11:36:58.0
see also intadded by: JK, 2001-10-19 11:36:58.0
see also int^3added by: JK, 2001-10-19 11:36:58.0
see also Integer classadded by: JK, 2001-10-19 11:36:58.0
integer^2has a sign indicating positive or negative2001-10-19 11:36:59.0
has default value 02001-10-19 11:36:59.0
primitive typeevaluates to the value stored in the variable2001-10-19 11:37:41.0
has part primitive type name2001-10-19 11:37:41.0
is not an object2001-10-19 11:37:41.0
is normally used instead of wrapper class instances for arithmetic    2001-10-19 11:37:41.0
typelimits the possible values that a variable can hold or that an expression can produce at run time2001-10-19 11:38:10.0
specifies a set of value2001-10-19 11:38:10.0

Next integer^2long^2    Upinteger^2    Previous integer^2byte^2